projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3066782
)
Add prelim handling of new groundspeak "small" container size.
author
robertl
<robertl>
Sat, 11 Sep 2004 02:01:45 +0000
(
02:01
+0000)
committer
robertl
<robertl>
Sat, 11 Sep 2004 02:01:45 +0000
(
02:01
+0000)
defs.h
patch
|
blob
|
history
gpx.c
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 2875ecc5a389fce64e3fcb8a05678a0857ab7fa5..7da7c4156a198577ca816935ee0ab47444789861 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-108,7
+108,8
@@
typedef enum {
gc_other,
gc_regular,
gc_large,
- gc_virtual
+ gc_virtual,
+ gc_small
} geocache_container;
typedef struct {
diff --git
a/gpx.c
b/gpx.c
index 9f0f9130866efb3c40f7c9ced23165a8a157f569..b5818226f36121a57c85b110cfd28bdc244ec819 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-485,6
+485,7
@@
gs_container_mapping{
{ gc_micro, "Micro" },
{ gc_regular, "Regular" },
{ gc_large, "Large" },
+ { gc_small, "Small" },
{ gc_virtual, "Virtual" }
};